home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFORMTEEAXIS / TFORMTEEAXIS.txt
Encoding:
Text File  |  2002-03-14  |  16.8 KB  |  783 lines

  1. object FormTeeAxis: TFormTeeAxis
  2.   Left = 200
  3.   Top = 102
  4.   ActiveControl = CBShow
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 216
  8.   ClientWidth = 388
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CBShow: TCheckBox
  19.     Left = 16
  20.     Top = 12
  21.     Width = 73
  22.     Height = 17
  23.     HelpContext = 85
  24.     Caption = '&Show Axis'
  25.     TabOrder = 0
  26.     OnClick = CBShowClick
  27.   end
  28.   object RGWhich: TRadioGroup
  29.     Left = 12
  30.     Top = 36
  31.     Width = 77
  32.     Height = 125
  33.     HelpContext = 497
  34.     Caption = 'Axis:'
  35.     ItemIndex = 0
  36.     Items.Strings = (
  37.       '&Left'
  38.       '&Right'
  39.       '&Top'
  40.       '&Bottom'
  41.       '&Depth')
  42.     TabOrder = 1
  43.     OnClick = RGWhichClick
  44.   end
  45.   object CBVisible: TCheckBox
  46.     Left = 14
  47.     Top = 182
  48.     Width = 75
  49.     Height = 17
  50.     HelpContext = 677
  51.     Caption = '&Visible'
  52.     TabOrder = 2
  53.     OnClick = CBVisibleClick
  54.   end
  55.   object PageAxis: TPageControl
  56.     Left = 100
  57.     Top = 8
  58.     Width = 286
  59.     Height = 205
  60.     ActivePage = TabPositions
  61.     TabOrder = 3
  62.     OnChange = PageAxisChange
  63.     OnChanging = PageAxisChanging
  64.     object TabScales: TTabSheet
  65.       Caption = 'Scales'
  66.       object L5: TLabel
  67.         Left = 127
  68.         Top = 36
  69.         Width = 52
  70.         Height = 13
  71.         Alignment = taRightJustify
  72.         AutoSize = False
  73.         Caption = 'Maximum:'
  74.       end
  75.       object L8: TLabel
  76.         Left = 127
  77.         Top = 64
  78.         Width = 52
  79.         Height = 13
  80.         Alignment = taRightJustify
  81.         AutoSize = False
  82.         Caption = 'Minimum:'
  83.       end
  84.       object LAxisMax: TLabel
  85.         Left = 184
  86.         Top = 36
  87.         Width = 97
  88.         Height = 17
  89.         AutoSize = False
  90.         Caption = '(max)'
  91.       end
  92.       object LAxisMin: TLabel
  93.         Left = 184
  94.         Top = 64
  95.         Width = 97
  96.         Height = 17
  97.         AutoSize = False
  98.         Caption = '(min)'
  99.       end
  100.       object L6: TLabel
  101.         Left = 85
  102.         Top = 100
  103.         Width = 92
  104.         Height = 13
  105.         Alignment = taRightJustify
  106.         AutoSize = False
  107.         Caption = 'Desired Increment:'
  108.       end
  109.       object LAxisIncre: TLabel
  110.         Left = 181
  111.         Top = 100
  112.         Width = 100
  113.         Height = 17
  114.         AutoSize = False
  115.         Caption = '(increment)'
  116.       end
  117.       object CBAutomatic: TCheckBox
  118.         Left = 8
  119.         Top = 12
  120.         Width = 77
  121.         Height = 17
  122.         HelpContext = 79
  123.         Caption = '&Automatic'
  124.         TabOrder = 0
  125.         OnClick = CBAutomaticClick
  126.       end
  127.       object CBLogarithmic: TCheckBox
  128.         Left = 8
  129.         Top = 132
  130.         Width = 101
  131.         Height = 17
  132.         HelpContext = 277
  133.         Caption = 'Logarith&mic'
  134.         TabOrder = 6
  135.         OnClick = CBLogarithmicClick
  136.       end
  137.       object CBInverted: TCheckBox
  138.         Left = 120
  139.         Top = 132
  140.         Width = 113
  141.         Height = 17
  142.         HelpContext = 250
  143.         Caption = '&Inverted'
  144.         TabOrder = 7
  145.         OnClick = CBInvertedClick
  146.       end
  147.       object CBAutoMax: TCheckBox
  148.         Left = 8
  149.         Top = 36
  150.         Width = 49
  151.         Height = 17
  152.         HelpContext = 80
  153.         Caption = 'A&uto'
  154.         TabOrder = 1
  155.         OnClick = CBAutoMaxClick
  156.       end
  157.       object CBAutoMin: TCheckBox
  158.         Left = 8
  159.         Top = 64
  160.         Width = 49
  161.         Height = 17
  162.         HelpContext = 81
  163.         Caption = 'Aut&o'
  164.         TabOrder = 3
  165.         OnClick = CBAutoMaxClick
  166.       end
  167.       object BAxisMax: TButton
  168.         Left = 60
  169.         Top = 32
  170.         Width = 65
  171.         Height = 25
  172.         HelpContext = 288
  173.         Caption = 'C&hange...'
  174.         TabOrder = 2
  175.         OnClick = BAxisMaxClick
  176.       end
  177.       object BAxisMin: TButton
  178.         Left = 60
  179.         Top = 60
  180.         Width = 65
  181.         Height = 25
  182.         HelpContext = 292
  183.         Caption = 'Chan&ge...'
  184.         TabOrder = 4
  185.         OnClick = BAxisMinClick
  186.       end
  187.       object BIncre: TButton
  188.         Left = 8
  189.         Top = 96
  190.         Width = 75
  191.         Height = 25
  192.         HelpContext = 248
  193.         Caption = '&Change...'
  194.         TabOrder = 5
  195.         OnClick = BIncreClick
  196.       end
  197.     end
  198.     object TabTitle: TTabSheet
  199.       HelpContext = 650
  200.       Caption = 'Title'
  201.       object L14: TLabel
  202.         Left = 4
  203.         Top = 20
  204.         Width = 51
  205.         Height = 21
  206.         Alignment = taRightJustify
  207.         AutoSize = False
  208.         Caption = 'T&itle:'
  209.         FocusControl = ETitle
  210.       end
  211.       object L3: TLabel
  212.         Left = 4
  213.         Top = 54
  214.         Width = 51
  215.         Height = 19
  216.         Alignment = taRightJustify
  217.         AutoSize = False
  218.         Caption = '&Angle:'
  219.         FocusControl = SETitleAngle
  220.       end
  221.       object L9: TLabel
  222.         Left = 4
  223.         Top = 90
  224.         Width = 51
  225.         Height = 19
  226.         Alignment = taRightJustify
  227.         AutoSize = False
  228.         Caption = 'Si&ze:'
  229.       end
  230.       object ETitle: TEdit
  231.         Left = 60
  232.         Top = 16
  233.         Width = 197
  234.         Height = 21
  235.         HelpContext = 135
  236.         TabOrder = 0
  237.         OnChange = ETitleChange
  238.       end
  239.       object BTitleFont: TButton
  240.         Left = 124
  241.         Top = 48
  242.         Width = 75
  243.         Height = 25
  244.         HelpContext = 212
  245.         Caption = 'F&ont...'
  246.         TabOrder = 1
  247.         OnClick = BTitleFontClick
  248.       end
  249.       object SETitleAngle: TEdit
  250.         Left = 60
  251.         Top = 49
  252.         Width = 35
  253.         Height = 21
  254.         HelpContext = 45
  255.         TabOrder = 2
  256.         Text = '0'
  257.         OnChange = SETitleAngleChange
  258.       end
  259.       object SETitleSize: TEdit
  260.         Left = 60
  261.         Top = 85
  262.         Width = 35
  263.         Height = 21
  264.         HelpContext = 652
  265.         TabOrder = 3
  266.         Text = '0'
  267.         OnChange = SETitleSizeChange
  268.       end
  269.       object UDTitleSize: TUpDown
  270.         Left = 95
  271.         Top = 85
  272.         Width = 15
  273.         Height = 21
  274.         Associate = SETitleSize
  275.         Min = 0
  276.         Max = 1000
  277.         Position = 0
  278.         TabOrder = 4
  279.         Wrap = False
  280.       end
  281.       object UDTitleAngle: TUpDown
  282.         Left = 95
  283.         Top = 49
  284.         Width = 15
  285.         Height = 21
  286.         Associate = SETitleAngle
  287.         Min = 0
  288.         Max = 360
  289.         Increment = 90
  290.         Position = 0
  291.         TabOrder = 5
  292.         Wrap = False
  293.       end
  294.     end
  295.     object TabLabels: TTabSheet
  296.       HelpContext = 502
  297.       Caption = 'Labels'
  298.       object L20: TLabel
  299.         Left = 8
  300.         Top = 68
  301.         Width = 97
  302.         Height = 17
  303.         Alignment = taRightJustify
  304.         AutoSize = False
  305.         Caption = 'Min. Se¶tion %:'
  306.         FocusControl = SESepar
  307.       end
  308.       object LabelAxisFormat: TLabel
  309.         Left = 8
  310.         Top = 96
  311.         Width = 97
  312.         Height = 17
  313.         Alignment = taRightJustify
  314.         AutoSize = False
  315.         Caption = 'Labels For&mat:'
  316.         FocusControl = EValuesFormat
  317.       end
  318.       object L26: TLabel
  319.         Left = 175
  320.         Top = 40
  321.         Width = 45
  322.         Height = 21
  323.         Alignment = taRightJustify
  324.         AutoSize = False
  325.         Caption = 'Si&ze:'
  326.         FocusControl = SELabelsSize
  327.       end
  328.       object L23: TLabel
  329.         Left = 178
  330.         Top = 68
  331.         Width = 42
  332.         Height = 21
  333.         Alignment = taRightJustify
  334.         AutoSize = False
  335.         Caption = '&Angle:'
  336.         FocusControl = SELabelsAngle
  337.       end
  338.       object CBLabels: TCheckBox
  339.         Left = 11
  340.         Top = 8
  341.         Width = 54
  342.         Height = 17
  343.         HelpContext = 261
  344.         Caption = 'V&isible'
  345.         TabOrder = 0
  346.         OnClick = CBLabelsClick
  347.       end
  348.       object CBOnAxis: TCheckBox
  349.         Left = 83
  350.         Top = 8
  351.         Width = 106
  352.         Height = 17
  353.         HelpContext = 264
  354.         Caption = 'Label On A&xis'
  355.         TabOrder = 1
  356.         OnClick = CBOnAxisClick
  357.       end
  358.       object CBRoundFirst: TCheckBox
  359.         Left = 83
  360.         Top = 28
  361.         Width = 89
  362.         Height = 17
  363.         HelpContext = 411
  364.         Caption = 'Ro&und First'
  365.         TabOrder = 2
  366.         OnClick = CBRoundFirstClick
  367.       end
  368.       object EValuesFormat: TEdit
  369.         Left = 108
  370.         Top = 92
  371.         Width = 165
  372.         Height = 21
  373.         HelpContext = 84
  374.         TabOrder = 7
  375.         OnChange = EValuesFormatChange
  376.       end
  377.       object SESepar: TEdit
  378.         Left = 108
  379.         Top = 64
  380.         Width = 29
  381.         Height = 21
  382.         HelpContext = 265
  383.         TabOrder = 6
  384.         Text = '0'
  385.         OnChange = SESeparChange
  386.       end
  387.       object BLabelsFont: TButton
  388.         Left = 197
  389.         Top = 5
  390.         Width = 75
  391.         Height = 25
  392.         HelpContext = 263
  393.         Caption = 'F&ont...'
  394.         TabOrder = 3
  395.         OnClick = BLabelsFontClick
  396.       end
  397.       object SELabelsSize: TEdit
  398.         Left = 224
  399.         Top = 37
  400.         Width = 32
  401.         Height = 21
  402.         HelpContext = 266
  403.         TabOrder = 4
  404.         Text = '0'
  405.         OnChange = SELabelsSizeChange
  406.       end
  407.       object SELabelsAngle: TEdit
  408.         Left = 224
  409.         Top = 64
  410.         Width = 32
  411.         Height = 21
  412.         HelpContext = 45
  413.         TabOrder = 5
  414.         Text = '0'
  415.         OnChange = SELabelsAngleChange
  416.       end
  417.       object RGLabelStyle: TRadioGroup
  418.         Left = 8
  419.         Top = 116
  420.         Width = 265
  421.         Height = 57
  422.         HelpContext = 258
  423.         Caption = 'St&yle:'
  424.         Columns = 3
  425.         ItemIndex = 0
  426.         Items.Strings = (
  427.           'Auto'
  428.           'None'
  429.           'Value'
  430.           'Mark'
  431.           'Text')
  432.         TabOrder = 8
  433.         OnClick = RGLabelStyleClick
  434.       end
  435.       object CBMultiline: TCheckBox
  436.         Left = 11
  437.         Top = 28
  438.         Width = 70
  439.         Height = 17
  440.         HelpContext = 777
  441.         Caption = 'Multi-lin&e'
  442.         TabOrder = 9
  443.         OnClick = CBMultilineClick
  444.       end
  445.       object UDSepar: TUpDown
  446.         Left = 137
  447.         Top = 64
  448.         Width = 15
  449.         Height = 21
  450.         Associate = SESepar
  451.         Min = 0
  452.         Increment = 10
  453.         Position = 0
  454.         TabOrder = 10
  455.         Wrap = False
  456.       end
  457.       object UDLabelsSize: TUpDown
  458.         Left = 256
  459.         Top = 37
  460.         Width = 15
  461.         Height = 21
  462.         Associate = SELabelsSize
  463.         Min = 0
  464.         Max = 1000
  465.         Position = 0
  466.         TabOrder = 11
  467.         Wrap = False
  468.       end
  469.       object UDLabelsAngle: TUpDown
  470.         Left = 256
  471.         Top = 64
  472.         Width = 15
  473.         Height = 21
  474.         Associate = SELabelsAngle
  475.         Min = 0
  476.         Max = 360
  477.         Increment = 90
  478.         Position = 0
  479.         TabOrder = 12
  480.         Wrap = False
  481.       end
  482.     end
  483.     object TabTicks: TTabSheet
  484.       HelpContext = 646
  485.       Caption = 'Ticks'
  486.       object L28: TLabel
  487.         Left = 92
  488.         Top = 60
  489.         Width = 21
  490.         Height = 13
  491.         Alignment = taRightJustify
  492.         AutoSize = False
  493.         Caption = 'Len:'
  494.       end
  495.       object L29: TLabel
  496.         Left = 92
  497.         Top = 92
  498.         Width = 21
  499.         Height = 13
  500.         Alignment = taRightJustify
  501.         AutoSize = False
  502.         Caption = 'Len:'
  503.       end
  504.       object L30: TLabel
  505.         Left = 92
  506.         Top = 124
  507.         Width = 21
  508.         Height = 13
  509.         Alignment = taRightJustify
  510.         AutoSize = False
  511.         Caption = 'Len:'
  512.       end
  513.       object L31: TLabel
  514.         Left = 168
  515.         Top = 124
  516.         Width = 39
  517.         Height = 25
  518.         Alignment = taRightJustify
  519.         AutoSize = False
  520.         Caption = '&Count:'
  521.         FocusControl = SEMinorCount
  522.       end
  523.       object BAxisPen: TButton
  524.         Left = 8
  525.         Top = 20
  526.         Width = 75
  527.         Height = 25
  528.         HelpContext = 83
  529.         Caption = '&Axis Border...'
  530.         TabOrder = 0
  531.         OnClick = BAxisPenClick
  532.       end
  533.       object BTickPen: TButton
  534.         Left = 8
  535.         Top = 56
  536.         Width = 75
  537.         Height = 25
  538.         HelpContext = 646
  539.         Caption = 'T&icks...'
  540.         TabOrder = 2
  541.         OnClick = BTickPenClick
  542.       end
  543.       object BTickInner: TButton
  544.         Left = 8
  545.         Top = 88
  546.         Width = 75
  547.         Height = 25
  548.         HelpContext = 647
  549.         Caption = 'I&nner...'
  550.         TabOrder = 5
  551.         OnClick = BTickInnerClick
  552.       end
  553.       object SEAxisTickLength: TEdit
  554.         Left = 116
  555.         Top = 56
  556.         Width = 34
  557.         Height = 21
  558.         HelpContext = 644
  559.         TabOrder = 3
  560.         Text = '0'
  561.         OnChange = SEAxisTickLengthChange
  562.       end
  563.       object SEInnerTicksLength: TEdit
  564.         Left = 116
  565.         Top = 88
  566.         Width = 34
  567.         Height = 21
  568.         HelpContext = 643
  569.         TabOrder = 6
  570.         Text = '0'
  571.         OnChange = SEInnerTicksLengthChange
  572.       end
  573.       object BTickMinor: TButton
  574.         Left = 8
  575.         Top = 120
  576.         Width = 75
  577.         Height = 25
  578.         HelpContext = 297
  579.         Caption = '&Minor...'
  580.         TabOrder = 7
  581.         OnClick = BTickMinorClick
  582.       end
  583.       object BAxisGrid: TButton
  584.         Left = 116
  585.         Top = 20
  586.         Width = 77
  587.         Height = 25
  588.         HelpContext = 240
  589.         Caption = '&Grid Border...'
  590.         TabOrder = 1
  591.         OnClick = BAxisGridClick
  592.       end
  593.       object SEAxisMinorTickLen: TEdit
  594.         Left = 116
  595.         Top = 120
  596.         Width = 34
  597.         Height = 21
  598.         HelpContext = 294
  599.         TabOrder = 8
  600.         Text = '0'
  601.         OnChange = SEAxisMinorTickLenChange
  602.       end
  603.       object SEMinorCount: TEdit
  604.         Left = 212
  605.         Top = 120
  606.         Width = 32
  607.         Height = 21
  608.         HelpContext = 293
  609.         TabOrder = 9
  610.         Text = '0'
  611.         OnChange = SEMinorCountChange
  612.       end
  613.       object CBTickOnLabels: TCheckBox
  614.         Left = 176
  615.         Top = 52
  616.         Width = 101
  617.         Height = 29
  618.         HelpContext = 645
  619.         Caption = 'At Labels Onl&y'
  620.         TabOrder = 4
  621.         OnClick = CBTickOnLabelsClick
  622.       end
  623.       object CBGridCentered: TCheckBox
  624.         Left = 200
  625.         Top = 24
  626.         Width = 75
  627.         Height = 17
  628.         HelpContext = 761
  629.         Caption = 'C&entered'
  630.         TabOrder = 10
  631.         OnClick = CBGridCenteredClick
  632.       end
  633.       object UDInnerTicksLength: TUpDown
  634.         Left = 150
  635.         Top = 88
  636.         Width = 15
  637.         Height = 21
  638.         Associate = SEInnerTicksLength
  639.         Min = 0
  640.         Max = 1000
  641.         Position = 0
  642.         TabOrder = 11
  643.         Wrap = False
  644.       end
  645.       object UDAxisTickLength: TUpDown
  646.         Left = 150
  647.         Top = 56
  648.         Width = 15
  649.         Height = 21
  650.         Associate = SEAxisTickLength
  651.         Min = 0
  652.         Max = 1000
  653.         Position = 0
  654.         TabOrder = 12
  655.         Wrap = False
  656.       end
  657.       object UDAxisMinorTickLen: TUpDown
  658.         Left = 150
  659.         Top = 120
  660.         Width = 15
  661.         Height = 21
  662.         Associate = SEAxisMinorTickLen
  663.         Min = 0
  664.         Max = 1000
  665.         Position = 0
  666.         TabOrder = 13
  667.         Wrap = False
  668.       end
  669.       object UDMinorCount: TUpDown
  670.         Left = 244
  671.         Top = 120
  672.         Width = 15
  673.         Height = 21
  674.         Associate = SEMinorCount
  675.         Min = 0
  676.         Max = 1000
  677.         Position = 0
  678.         TabOrder = 14
  679.         Wrap = False
  680.       end
  681.     end
  682.     object TabPositions: TTabSheet
  683.       Caption = 'Position'
  684.       object Label41: TLabel
  685.         Left = 8
  686.         Top = 16
  687.         Width = 61
  688.         Height = 20
  689.         Alignment = taRightJustify
  690.         AutoSize = False
  691.         Caption = '&Position %:'
  692.         FocusControl = EPos
  693.       end
  694.       object Label42: TLabel
  695.         Left = 8
  696.         Top = 56
  697.         Width = 61
  698.         Height = 20
  699.         Alignment = taRightJustify
  700.         AutoSize = False
  701.         Caption = 'St&art %:'
  702.         FocusControl = EStart
  703.       end
  704.       object Label43: TLabel
  705.         Left = 8
  706.         Top = 88
  707.         Width = 61
  708.         Height = 20
  709.         Alignment = taRightJustify
  710.         AutoSize = False
  711.         Caption = '&End %:'
  712.         FocusControl = EEnd
  713.       end
  714.       object EPos: TEdit
  715.         Left = 74
  716.         Top = 12
  717.         Width = 32
  718.         Height = 21
  719.         HelpContext = 774
  720.         TabOrder = 0
  721.         Text = '0'
  722.         OnChange = EPosChange
  723.       end
  724.       object EStart: TEdit
  725.         Left = 74
  726.         Top = 52
  727.         Width = 32
  728.         Height = 21
  729.         HelpContext = 775
  730.         TabOrder = 1
  731.         Text = '0'
  732.         OnChange = EStartChange
  733.       end
  734.       object EEnd: TEdit
  735.         Left = 74
  736.         Top = 84
  737.         Width = 32
  738.         Height = 21
  739.         HelpContext = 776
  740.         TabOrder = 2
  741.         Text = '0'
  742.         OnChange = EEndChange
  743.       end
  744.       object UDPos: TUpDown
  745.         Left = 106
  746.         Top = 12
  747.         Width = 15
  748.         Height = 21
  749.         HelpContext = 774
  750.         Associate = EPos
  751.         Min = -100
  752.         Position = 0
  753.         TabOrder = 3
  754.         Wrap = False
  755.       end
  756.       object UDStart: TUpDown
  757.         Left = 106
  758.         Top = 52
  759.         Width = 15
  760.         Height = 21
  761.         HelpContext = 775
  762.         Associate = EStart
  763.         Min = 0
  764.         Position = 0
  765.         TabOrder = 4
  766.         Wrap = False
  767.       end
  768.       object UDEnd: TUpDown
  769.         Left = 106
  770.         Top = 84
  771.         Width = 15
  772.         Height = 21
  773.         HelpContext = 776
  774.         Associate = EEnd
  775.         Min = 0
  776.         Position = 0
  777.         TabOrder = 5
  778.         Wrap = False
  779.       end
  780.     end
  781.   end
  782. end
  783.